func time.quote

19 uses

	time (current package)
		format.go#L625: 		buf = append(buf, quote(loc.name)...)
		format.go#L861: func quote(s string) string {
		format.go#L901: 			quote(e.Value) + " as " +
		format.go#L902: 			quote(e.Layout) + ": cannot parse " +
		format.go#L903: 			quote(e.ValueElem) + " as " +
		format.go#L904: 			quote(e.LayoutElem)
		format.go#L907: 		quote(e.Value) + e.Message
		format.go#L1076: 				return Time{}, newParseError(alayout, avalue, "", value, ": extra text: "+quote(value))
		format.go#L1636: 		return 0, errors.New("time: invalid duration " + quote(orig))
		format.go#L1648: 			return 0, errors.New("time: invalid duration " + quote(orig))
		format.go#L1654: 			return 0, errors.New("time: invalid duration " + quote(orig))
		format.go#L1668: 			return 0, errors.New("time: invalid duration " + quote(orig))
		format.go#L1680: 			return 0, errors.New("time: missing unit in duration " + quote(orig))
		format.go#L1686: 			return 0, errors.New("time: unknown unit " + quote(u) + " in duration " + quote(orig))
		format.go#L1690: 			return 0, errors.New("time: invalid duration " + quote(orig))
		format.go#L1699: 				return 0, errors.New("time: invalid duration " + quote(orig))
		format.go#L1704: 			return 0, errors.New("time: invalid duration " + quote(orig))
		format.go#L1711: 		return 0, errors.New("time: invalid duration " + quote(orig))